boolean waitFor(char *s, long waitingTime){
    Serial3.setTimeout(waitingTime);
    return Serial3.find(s);
}